home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / source / swagg-m / misc.swg / 0002_CPAS-OBJ.PAS.pas < prev    next >
Pascal/Delphi Source File  |  1993-05-28  |  481b  |  17 lines

  1. REYNIR STEFANSSON
  2.  
  3. > Does anyone know of any way to convert a .TPU to a .BIN File to
  4. > use BIN2OBJ.EXE and then load it as an external? Any help
  5. > appreciated...
  6.  
  7. It's a bit round-the-block, but you might get some exercise out of it,
  8. assuming you have the source code:
  9.  
  10. 1) Smash the source into C With a code converter.
  11.  
  12. 2) Declare the Procedures as `void far PASCAL' and the Functions as
  13.    `appropriate_Type far PASCAL'.
  14.  
  15. 3) Compile it With Turbo C or similar.
  16.  
  17.